Move _gdk_gc_remove_drawable_clip from after each time its set to before each pixmap...
authorAlexander Larsson <alexl@redhat.com>
Thu, 4 Dec 2008 19:55:44 +0000 (20:55 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:14:06 +0000 (10:14 +0200)
commit864649157dd98ba8d86e0fd3561ea7345c00893d
tree971e6737fe7c515ad2fb5adc5f50e8bcc44dd8da
parente9ee842db1cec299f6b67ecfa9eb23985d60aad3
Move _gdk_gc_remove_drawable_clip from after each time its set to before each pixmap set and when adding a new different region
This means we can avoid changing the clip if we're drawing with the same gc to the same clip region
gdk/gdkgc.c
gdk/gdkoffscreenwindow.c
gdk/gdkpixmap.c
gdk/gdkwindow.c